change color of action bar android studio

92

actionbar content color in android -

getActionBar()/* or getSupportActionBar() */.setTitle(Html.fromHtml("<font color=\"red\">" + getString(R.string.app_name) + "</font>"));

Comments

Submit
0 Comments